The following tables list the members exposed by IProvideDataItems<T>.
Name | Description | |
---|---|---|
![]() | DataCount | Gets the amount of objects in the collection. |
Name | Description | |
---|---|---|
![]() | AddItem | Adds a new object to the collection |
![]() | CreateItem | Overloaded. Creates a new object with a default underlying data object. |
![]() | GetDataItem | Resolves the item at the specified index. |
![]() | InsertItem | Adds an item to the collection at a given index. |
![]() | RemoveItem | Removes an object from the collection |
![]() | RemoveRange | Removes the specified range of items from the collection. |